g_object_class_override_property (oclass, PROP_CONTENT_TYPE, "content-type");
/**
- * GtkAppChooserButton:show-dialog-item:
+ * GtkAppChooserButton:show-dialog-item: (attributes org.gtk.Property.get=gtk_app_chooser_button_get_show_dialog_item org.gtk.Property.set=gtk_app_chooser_button_set_show_dialog_item)
*
* Determines whether the dropdown menu shows an item to open
* a `GtkAppChooserDialog`.
G_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
- * GtkAppChooserButton:show-default-item:
+ * GtkAppChooserButton:show-default-item: (attributes org.gtk.Property.get=gtk_app_chooser_button_get_show_default_item org.gtk.Property.set=gtk_app_chooser_button_set_show_default_item)
*
* Determines whether the dropdown menu shows the default application
* on top for the provided content type.
G_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
- * GtkAppChooserButton:heading:
+ * GtkAppChooserButton:heading: (attributes org.gtk.Property.get=gtk_app_chooser_button_get_heading org.gtk.Property.set=gtk_app_chooser_button_set_heading)
*
* The text to show at the top of the dialog that can be
* opened from the button.
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
- * GtkAppChooserButton:modal:
+ * GtkAppChooserButton:modal: (attributes org.gtk.Property.get=gtk_app_chooser_button_get_modal org.gtk.Property.set=gtk_app_chooser_button_set_modal)
*
* Whether the app chooser dialog should be modal.
*/
*
* The item name must be unique per-widget. Clients can use the
* provided name as a detail for the
- * [signal@GtkAppChooserButton::custom-item-activated] signal, to add a
+ * [signal@Gtk.AppChooserButton::custom-item-activated] signal, to add a
* callback for the activation of a particular custom item in the list.
*
* See also [method@Gtk.AppChooserButton.append_separator].
}
/**
- * gtk_app_chooser_button_get_show_dialog_item:
+ * gtk_app_chooser_button_get_show_dialog_item: (attributes org.gtk.Method.get_property=show-dialog-item)
* @self: a `GtkAppChooserButton`
*
* Returns whether the dropdown menu shows an item
}
/**
- * gtk_app_chooser_button_set_show_dialog_item:
+ * gtk_app_chooser_button_set_show_dialog_item: (attributes org.gtk.Method.set_property=show-dialog-item)
* @self: a `GtkAppChooserButton`
* @setting: the new value for [property@Gtk.AppChooserButton:show-dialog-item]
*
}
/**
- * gtk_app_chooser_button_get_show_default_item:
+ * gtk_app_chooser_button_get_show_default_item: (attributes org.gtk.Method.get_property=show-default-item)
* @self: a `GtkAppChooserButton`
*
* Returns whether the dropdown menu should show the default
}
/**
- * gtk_app_chooser_button_set_show_default_item:
+ * gtk_app_chooser_button_set_show_default_item: (attributes org.gtk.Method.set_property=show-default-item)
* @self: a `GtkAppChooserButton`
* @setting: the new value for [property@Gtk.AppChooserButton:show-default-item]
*
}
/**
- * gtk_app_chooser_button_set_heading:
+ * gtk_app_chooser_button_set_heading: (attributes org.gtk.Method.set_property=heading)
* @self: a `GtkAppChooserButton`
* @heading: a string containing Pango markup
*
}
/**
- * gtk_app_chooser_button_get_heading:
+ * gtk_app_chooser_button_get_heading: (attributes org.gtk.Method.get_property=heading)
* @self: a `GtkAppChooserButton`
*
* Returns the text to display at the top of the dialog.
}
/**
- * gtk_app_chooser_button_set_modal:
+ * gtk_app_chooser_button_set_modal: (attributes org.gtk.Method.set_property=modal)
* @self: a `GtkAppChooserButton`
* @modal: %TRUE to make the dialog modal
*
}
/**
- * gtk_app_chooser_button_get_modal:
+ * gtk_app_chooser_button_get_modal: (attributes org.gtk.Method.get_property=modal)
* @self: a `GtkAppChooserButton`
*
* Gets whether the dialog is modal.